home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="utf-8" ?>
- <!DOCTYPE background PUBLIC "-//Apple, Inc.//DTD background V 2.0//EN" "" >
- <background>
- <id>2810</id>
- <filler1>0</filler1>
- <bitmap>BMAP_5265.pbm</bitmap>
- <cantDelete> <false /> </cantDelete>
- <showPict> <true /> </showPict>
- <dontSearch> <false /> </dontSearch>
- <link rel="stylesheet" type="text/css" href="stylesheet_46345.css" />
- <part>
- <id>16</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <true /> </lockText>
- <rect>
- <left>204</left>
- <top>309</top>
- <right>472</right>
- <bottom>339</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <false /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>right</textAlign>
- <font>Eras Bold</font>
- <textSize>10</textSize>
- <textStyle>plain</textStyle>
- <textHeight>10</textHeight>
- <name>dir</name>
- <script></script>
- </part>
- <part>
- <id>17</id>
- <type>field</type>
- <visible> <true /> </visible>
- <dontWrap> <false /> </dontWrap>
- <dontSearch> <false /> </dontSearch>
- <sharedText> <false /> </sharedText>
- <fixedLineHeight> <true /> </fixedLineHeight>
- <autoTab> <false /> </autoTab>
- <lockText> <true /> </lockText>
- <rect>
- <left>0</left>
- <top>0</top>
- <right>512</right>
- <bottom>35</bottom>
- </rect>
- <style>transparent</style>
- <autoSelect> <false /> </autoSelect>
- <showLines> <false /> </showLines>
- <wideMargins> <true /> </wideMargins>
- <multipleLines> <false /> </multipleLines>
- <reservedFamily> 0 </reservedFamily>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>left</textAlign>
- <font>B Garamond Bold</font>
- <textSize>24</textSize>
- <textStyle>condense</textStyle>
- <textStyle>outline</textStyle>
- <textHeight>24</textHeight>
- <name>title</name>
- <script></script>
- </part>
- <part>
- <id>18</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>486</left>
- <top>34</top>
- <right>508</right>
- <bottom>63</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Options</name>
- <script>____________________________________________________________
- on mouseUp
- options -- calls script in Stack
- end mouseUp
- </script>
- </part>
- <part>
- <id>20</id>
- <type>button</type>
- <visible> <true /> </visible>
- <reserved5> 0 </reserved5>
- <reserved4> 0 </reserved4>
- <reserved3> 0 </reserved3>
- <reserved2> 0 </reserved2>
- <reserved1> 0 </reserved1>
- <enabled> <true /> </enabled>
- <rect>
- <left>487</left>
- <top>221</top>
- <right>508</right>
- <bottom>242</bottom>
- </rect>
- <style>transparent</style>
- <showName> <false /> </showName>
- <highlight> <false /> </highlight>
- <autoHighlight> <true /> </autoHighlight>
- <sharedHighlight> <true /> </sharedHighlight>
- <family>0</family>
- <titleWidth>0</titleWidth>
- <icon>0</icon>
- <textAlign>center</textAlign>
- <font>Chicago</font>
- <textSize>12</textSize>
- <textStyle>plain</textStyle>
- <name>Up</name>
- <script>____________________________________________________________
- on mouseUp
- goUp -- calls script in Stack
- end mouseUp
- </script>
- </part>
- <name></name>
- <script>____________________________________________________________
- on goProblemCard
- get clickLine()
- put line it of target into cardName
- put line it of target into theProblem
- delete first word of theProblem
- if cardName is not empty then
- --select the whole line to show choice
- get offset(return & cardName & return,target) + 1
- select char it to length(cardName) + it of target -- calls script in home
- wait 15
- set cursor to watch
- visual barn door open
- get first word of cardName
- go to card id it
- if the result is not empty then
- answer the result with "Thanks"
- exit goProblemCard
- else
- put "Problem is:"&&theProblem
- --else
- -- exit goProblemCard
- end if
- end if
- end goProblemCard
-
-
- </script>
- </background>
-